ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/prefs_items.cpp
(Generate patch)

Comparing BasiliskII/src/prefs_items.cpp (file contents):
Revision 1.13 by gbeauche, 2005-01-30T21:42:13Z vs.
Revision 1.14 by gbeauche, 2005-06-06T19:22:56Z

# Line 63 | Line 63 | prefs_desc common_prefs_items[] = {
63          {"jitdebug", TYPE_BOOLEAN, false,    "enable JIT debugger (requires mon builtin)"},
64          {"jitcachesize", TYPE_INT32, false,  "translation cache size in KB"},
65          {"jitlazyflush", TYPE_BOOLEAN, false, "enable lazy invalidation of translation cache"},
66 +        {"jitinline", TYPE_BOOLEAN, false,   "enable translation through constant jumps"},
67          {"jitblacklist", TYPE_STRING, false, "blacklist opcodes from translation"},
68          {"keyboardtype", TYPE_INT32, false, "hardware keyboard type"},
69          {NULL, TYPE_END, false, NULL} // End of list
# Line 97 | Line 98 | void AddPrefsDefaults(void)
98          PrefsAddBool("jitdebug", false);
99          PrefsAddInt32("jitcachesize", 8192);
100          PrefsAddInt32("jitlazyflush", true);
101 +        PrefsAddBool("jitinline", true);
102   #else
103          PrefsAddBool("jit", false);
104   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines