xgo/runtime
earncef 5d8457a8f6 Removed double indirection for massive performance gains (#140)
* Removed double indirection for performance gains

* Added missing file

* Cleanup

* Remove pointers patch.

* Cleanup

* Removed redundant parenthesis

* FreeVar changed to ObjectPtr and removed OpSetLocalPtr

* Removed truePtr, falsePtr and undefinedPtr

* Cleanup
2019-03-14 01:07:19 -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 Removed double indirection for massive performance gains (#140) 2019-03-14 01:07:19 -07:00
vm_array_test.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
vm_assignment_test.go Removed double indirection for massive performance gains (#140) 2019-03-14 01:07:19 -07:00
vm_bitwise_test.go update directory package structure 2019-01-11 02:27:28 -08:00
vm_boolean_test.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
vm_builtin_test.go fix to_json builtin function bug (#138) 2019-03-13 02:25:21 -07:00
vm_bytes_test.go IndexGet of Array, Index, ImmutableIndex, Bytes, String, Undefined 2019-02-09 16:45:21 -08:00
vm_call_test.go Runtime error trace format (#111) 2019-02-22 13:39:07 -08:00
vm_char_test.go 1. Added documentation on operators. 2. Add (char)-(int) operators 2019-02-01 16:58:44 -08:00
vm_cond_test.go add module-import tests to most of runtime package (#125) 2019-03-01 15:55:29 -08:00
vm_equality_test.go update directory package structure 2019-01-11 02:27:28 -08:00
vm_error_report_test.go Runtime error trace format (#111) 2019-02-22 13:39:07 -08:00
vm_error_test.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
vm_float_test.go update directory package structure 2019-01-11 02:27:28 -08:00
vm_for_in_test.go add module-import tests to most of runtime package (#125) 2019-03-01 15:55:29 -08:00
vm_for_test.go add module-import tests to most of runtime package (#125) 2019-03-01 15:55:29 -08:00
vm_function_test.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
vm_if_test.go force using TrueValue, FalseValue, UndefinedValue 2019-01-28 13:09:40 -08:00
vm_immutable_test.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
vm_inc_dec_test.go add module-import tests to most of runtime package (#125) 2019-03-01 15:55:29 -08:00
vm_indexable_test.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
vm_integer_test.go 1. Added documentation on operators. 2. Add (char)-(int) operators 2019-02-01 16:58:44 -08:00
vm_iterable_test.go add Iterable interface 2019-01-23 13:36:03 -08:00
vm_logic_test.go update directory package structure 2019-01-11 02:27:28 -08:00
vm_map_test.go String keys allowed for map definitions. (#118) 2019-02-25 22:53:04 -08:00
vm_module_test.go Removed double indirection for massive performance gains (#140) 2019-03-14 01:07:19 -07:00
vm_not_operator_test.go update directory package structure 2019-01-11 02:27:28 -08:00
vm_objects_limit_test.go limit max object allocations (#129) 2019-03-06 17:20:05 -08:00
vm_return_test.go update directory package structure 2019-01-11 02:27:28 -08:00
vm_selector_test.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
vm_string_test.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
vm_tail_call_test.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
vm_test.go Removed double indirection for massive performance gains (#140) 2019-03-14 01:07:19 -07:00
vm_undefined_test.go IndexGet of Array, Index, ImmutableIndex, Bytes, String, Undefined 2019-02-09 16:45:21 -08:00