]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/objects.hpp
io.streams.256color: faster by caching styles
[factor.git] / vm / objects.hpp
index 3b748d0b6695db12cbb925ad42ef0f212c576312..a51e198a44c2e72999c8f66e3c7bb6a826973bb6 100644 (file)
@@ -64,10 +64,13 @@ enum special_object {
   SIGNAL_HANDLER_WORD,
   LEAF_SIGNAL_HANDLER_WORD,
   WIN_EXCEPTION_HANDLER,
-  UNUSED2,
 
-  // Incremented on every modify-code-heap call; invalidates call( inline
-  // caching
+  // Vector used by the sampling profiler to store collected call
+  // frames.
+  OBJ_SAMPLE_CALLSTACKS = 51,
+
+  // Incremented on every modify-code-heap call; invalidates call(
+  // inline caching
   REDEFINITION_COUNTER = 52,
 
   // Callback stub generation in callbacks.cpp