This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
0a6486ef78
factor
/
vm
/
cpu-x86.64.hpp
6 lines
58 B
C++
Raw
Normal View
History
Unescape
Escape
VM: Refactor cpu-* to Factor style
2013-05-11 21:55:50 -04:00
namespace
factor
{
Use C++ namespaces
2009-05-04 02:46:13 -04:00
Porting VM to C++
2009-05-02 05:04:19 -04:00
#
define FACTOR_CPU_STRING "x86.64"
Get optimizing compiler working without global register variables in VM
2009-12-21 21:42:49 -05:00
Use C++ namespaces
2009-05-04 02:46:13 -04:00
}