Remove the special method type for Fn.call(...).

Instead, using regular primitives for each of the call() methods.
Doesn't help performance (alas), but does seem cleaner to me.
This commit is contained in:
Bob Nystrom
2018-07-18 08:20:11 -07:00
parent ed64a13778
commit 5f29a72d65
7 changed files with 101 additions and 105 deletions
+4
View File
@@ -84,6 +84,10 @@ benchmark: release
$(V) $(MAKE) -f util/wren.mk api_test
$(V) ./util/benchmark.py -l wren $(suite)
benchmark_baseline: release
$(V) $(MAKE) -f util/wren.mk api_test
$(V) ./util/benchmark.py --generate-baseline
unit_test:
$(V) $(MAKE) -f util/wren.mk MODE=debug unit_test
$(V) ./build/debug/test/unit_wrend