]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-windows.64.hpp
webapps.wiki: adding search bar
[factor.git] / vm / os-windows.64.hpp
index 06a0d33bb58785566773a7e57a2cc6bb9b9e576a..48337cd38f02430667d47bbee9543b5528c0256f 100644 (file)
@@ -7,9 +7,7 @@ namespace factor {
 
 #define MXCSR(ctx) (ctx)->MxCsr
 
-/* Must match the leaf-stack-frame-size, signal-handler-stack-frame-size,
-and stack-frame-size constants in basis/bootstap/assembler/x86.64.windows.factor */
-static const unsigned LEAF_FRAME_SIZE = 16;
-static const unsigned SIGNAL_HANDLER_STACK_FRAME_SIZE = 192;
+// Must match the stack-frame-size constant in
+// basis/bootstap/assembler/x86.64.windows.factor
 static const unsigned JIT_FRAME_SIZE = 64;
 }