]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - llint/LLIntCommon.h
JavaScriptCore-1218.34.tar.gz
[apple/javascriptcore.git] / llint / LLIntCommon.h
index 6b908eae25bdd6553873b4602e1ca150083810c1..1797ff02eba95fa249b38bd6a93c54e75a69ffdd 100644 (file)
@@ -36,6 +36,9 @@
 // how the GC allocates.
 #define LLINT_ALWAYS_ALLOCATE_SLOW 0
 
+// Disable inline caching of get_by_id and put_by_id.
+#define LLINT_ALWAYS_ACCESS_SLOW 0
+
 // Enable OSR into the JIT. Disabling this while the LLInt is enabled effectively
 // turns off all JIT'ing, since in LLInt's parlance, OSR subsumes any form of JIT
 // invocation.