Closed thomasfanell closed 8 years ago
What happens now if you compile with gc=off?
@fredrikbryntesson gc=off has no effect
I left it in there, since there might be cases where one wants to be explicit about the command line
Perhaps we should remove everything related to GC, since we'll never use it.
If we run gc=off
this code will execute:
params undefineSymbol(BuildParams GC_DEFINE)
in rock/frontend/CommandLine.ooc
. Could this create any problems now when BuildParams GC_DEFINE
is not defined?
@fredrikbryntesson No, undefineSymbol
performs an indexOf
before attempting to remove. It's perfectly safe.
Great
@fredrikbryntesson peer review?