introduce goto instead of using machines jump
fix labels so compiler does not return duplicates
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
word! = name_
|
||||
cache_entry! = cache_entry_
|
||||
# local var assignment
|
||||
callable_method = cache_entry.cached_type.methods
|
||||
callable_method! = cache_entry.cached_type.methods
|
||||
|
||||
while_start_label
|
||||
|
||||
|
Reference in New Issue
Block a user