You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found, that I'm not able to use construction syntax in Rebol's boot code, so I had to revert recent mold bitset! change in commit: Oldes/Rebol3@7644bee
Meanwhile I noticed, that the construction syntax is actually slower to load than using make call.
I think that the result should be opposite - the construction syntax should be faster. And as a bonus, it should be possible to have it in the boot code!
The text was updated successfully, but these errors were encountered:
I found, that I'm not able to use construction syntax in Rebol's boot code, so I had to revert recent
mold bitset!
change in commit: Oldes/Rebol3@7644beeMeanwhile I noticed, that the construction syntax is actually slower to load than using
make
call.I think that the result should be opposite - the construction syntax should be faster. And as a bonus, it should be possible to have it in the boot code!
The text was updated successfully, but these errors were encountered: