Move running the module fiber into C.

This commit is contained in:
Bob Nystrom
2015-02-16 10:16:42 -08:00
parent 36d100b8e4
commit 5b1447882b
3 changed files with 12 additions and 6 deletions
+1 -3
View File
@@ -60,9 +60,7 @@ class Sequence {
class String is Sequence {
import_(variable) {
var result = loadModule_
if (result != null) result.call
loadModule_
return lookUpVariable_(variable)
}
}