]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/save-contexts/save-contexts.factor
GC maps for more compact inline GC checks
[factor.git] / basis / compiler / cfg / save-contexts / save-contexts.factor
index e5edd7cdffb37fa296b9d28d0139df313e8ba2e1..e2ccf943ad93405fcdb28d8e8903d6096130a85b 100644 (file)
@@ -10,7 +10,6 @@ IN: compiler.cfg.save-contexts
 : needs-save-context? ( insns -- ? )
     [
         {
-            [ ##call-gc? ]
             [ ##unary-float-function? ]
             [ ##binary-float-function? ]
             [ ##alien-invoke? ]