xgo/objects
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
..
array.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
array_iterator.go add Iterable interface 2019-01-23 13:36:03 -08:00
array_test.go add tests for Object.BinaryOp 2019-01-14 05:22:28 -08:00
bool.go force using TrueValue, FalseValue, UndefinedValue 2019-01-28 13:09:40 -08:00
builtin_append.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
builtin_convert.go Limit the maximum size of string/bytes values (#121) 2019-03-01 10:48:02 -08:00
builtin_copy.go Modules (#5) 2019-01-17 01:56:05 -08:00
builtin_function.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
builtin_len.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
builtin_module.go fix bytecode encoding/decoding of builtin modules (#154) 2019-03-20 01:28:40 -07:00
builtin_type.go feat: add builtin function: type 2019-01-28 13:19:03 +08:00
builtin_type_checks.go Add 'is_function' and 'is_callable' builtin functions 2019-02-03 15:50:40 -08:00
builtins.go module refactor (#148) 2019-03-18 08:15:26 -07:00
bytes.go Limit the maximum size of string/bytes values (#121) 2019-03-01 10:48:02 -08:00
callable.go Modules (#5) 2019-01-17 01:56:05 -08:00
callable_func.go add module-import tests to most of runtime package (#125) 2019-03-01 15:55:29 -08:00
char.go 1. Added documentation on operators. 2. Add (char)-(int) operators 2019-02-01 16:58:44 -08:00
closure.go Removed double indirection for massive performance gains (#140) 2019-03-14 01:07:19 -07:00
compiled_function.go Opbinaryop and other minor optimizations (#157) 2019-03-22 04:42:34 -07:00
conversion.go fix scipt.Variable.Value() bug (#139) 2019-03-13 03:07:06 -07:00
count_objects.go limit max object allocations (#129) 2019-03-06 17:20:05 -08:00
count_objects_test.go limit max object allocations (#129) 2019-03-06 17:20:05 -08:00
error.go Error Object (#4) 2019-01-16 12:23:20 -08:00
error_test.go Error Object (#4) 2019-01-16 12:23:20 -08:00
errors.go Limit the maximum size of string/bytes values (#121) 2019-03-01 10:48:02 -08:00
float.go Fix lint issues (#2) 2019-01-14 22:24:33 -08:00
float_test.go force using TrueValue, FalseValue, UndefinedValue 2019-01-28 13:09:40 -08:00
immautable_array.go IndexGet of Array, Index, ImmutableIndex, Bytes, String, Undefined 2019-02-09 16:45:21 -08:00
immutable_map.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
importable.go fix bytecode encoding/decoding of builtin modules (#154) 2019-03-20 01:28:40 -07:00
index_assignable.go add Indexable / IndexAssignable interface 2019-01-22 15:44:37 -08:00
indexable.go add Indexable / IndexAssignable interface 2019-01-22 15:44:37 -08:00
int.go 1. Added documentation on operators. 2. Add (char)-(int) operators 2019-02-01 16:58:44 -08:00
int_test.go force using TrueValue, FalseValue, UndefinedValue 2019-01-28 13:09:40 -08:00
iterable.go add Iterable interface 2019-01-23 13:36:03 -08:00
iterator.go split iterator files 2019-01-14 23:52:52 -08:00
map.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
map_iterator.go add Iterable interface 2019-01-23 13:36:03 -08:00
module_map.go add ModuleMap.Remove() (#155) 2019-03-20 10:11:14 -07:00
object.go Fix lint issues (#2) 2019-01-14 22:24:33 -08:00
object_ptr.go Removed double indirection for massive performance gains (#140) 2019-03-14 01:07:19 -07:00
object_test.go limit max object allocations (#129) 2019-03-06 17:20:05 -08:00
objects.go force using TrueValue, FalseValue, UndefinedValue 2019-01-28 13:09:40 -08:00
objects_test.go force using TrueValue, FalseValue, UndefinedValue 2019-01-28 13:09:40 -08:00
source_module.go module refactor (#148) 2019-03-18 08:15:26 -07:00
string.go Limit the maximum size of string/bytes values (#121) 2019-03-01 10:48:02 -08:00
string_iterator.go add Iterable interface 2019-01-23 13:36:03 -08:00
string_test.go add tests for Object.BinaryOp 2019-01-14 05:22:28 -08:00
time.go add Time type; add is_array, is_immutable_array, is_map, is_immutable_map, is_time, time builtin function 2019-01-29 16:01:14 -08:00
undefined.go IndexGet of Array, Index, ImmutableIndex, Bytes, String, Undefined 2019-02-09 16:45:21 -08:00
user_function.go fix bytecode encoding/decoding of builtin modules (#154) 2019-03-20 01:28:40 -07:00