xgo/runtime
earncef 09f3d52265 Opbinaryop and other minor optimizations (#157)
* OpBinaryOp for performance

* Cleanup

* Remove ip limit check in every iteration of the loop.

* Micro optimizations on frequent ops

* Micro optimizations

* Patches

* Removed redundant binaryop operators from compiler

* Merged OpReturn and OpReturnValue

* Cleanup
2019-03-22 04:42:34 -07:00
..
errors.go limit max object allocations (#129) 2019-03-06 17:20:05 -08:00
frame.go Removed double indirection for massive performance gains (#140) 2019-03-14 01:07:19 -07:00
vm.go Opbinaryop and other minor optimizations (#157) 2019-03-22 04:42:34 -07:00
vm_array_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_assignment_test.go fix bytecode encoding/decoding of builtin modules (#154) 2019-03-20 01:28:40 -07:00
vm_bitwise_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_boolean_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_builtin_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_bytes_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_call_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_char_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_cond_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_equality_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_error_report_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_error_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_float_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_for_in_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_for_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_function_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_if_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_immutable_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_inc_dec_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_indexable_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_integer_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_iterable_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_logic_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_map_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_module_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_not_operator_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_objects_limit_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_return_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_selector_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_source_modules_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_stack_overflow_test.go Opbinaryop and other minor optimizations (#157) 2019-03-22 04:42:34 -07:00
vm_string_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_tail_call_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00
vm_test.go fix bytecode encoding/decoding of builtin modules (#154) 2019-03-20 01:28:40 -07:00
vm_undefined_test.go module refactor (#148) 2019-03-18 08:15:26 -07:00