|
c193728e3f
|
adding some work-in-progress code to store debugging information for generated byte codes
|
2021-01-03 13:51:23 +00:00 |
|
|
78e76a8308
|
renamed --memsize to --heapsize in bin/main.c
allowed 0 as a heap size to indicate no use of xma
|
2021-01-01 07:34:21 +00:00 |
|
|
0ae149a010
|
fixed to reset hcl->sp before returning from hcl_execute()
|
2020-12-31 19:03:37 +00:00 |
|
|
ff7182001e
|
fixed an issue with an old compiler
|
2020-12-31 18:15:27 +00:00 |
|
|
b3baafcf2d
|
renamed some struct member names which have not been changed since changes in the main part
|
2020-12-31 18:02:58 +00:00 |
|
|
f68b80143a
|
switching GC from semi-space copying to mark-sweep
|
2020-12-31 17:48:47 +00:00 |
|
|
119bd17ce3
|
added xma.c
|
2020-12-28 17:03:29 +00:00 |
|
|
e757d66056
|
stop specifying explicit DEPENDENCIES by listing the .la files in LDADD/LIBADD
|
2020-11-16 13:07:15 +00:00 |
|
|
97885f9b24
|
added quadmath.h check to configure.ac
|
2020-11-15 10:32:34 +00:00 |
|
|
74e6511b9c
|
cleaned up code and build files
|
2020-11-15 10:26:14 +00:00 |
|
|
1fc06dac48
|
cleaned up build files
|
2020-11-15 09:56:06 +00:00 |
|
|
0efba23e8f
|
fixed an object protection mistake in hcl_divints()
|
2020-10-25 05:51:44 +00:00 |
|
|
d2f6e889db
|
minor whitespace removal from code
|
2020-10-15 13:47:52 +00:00 |
|
|
0ad4d378ee
|
Added some incomplete code for process-switching
|
2020-10-15 12:57:05 +00:00 |
|
|
17b582a5f2
|
removed irrelevant comments
|
2020-10-13 17:25:29 +00:00 |
|
|
2557809d64
|
removed the unneeded sp field from hcl_context_t
|
2020-10-13 17:20:01 +00:00 |
|
|
51f465e5fc
|
fixed non-local return behaviors
|
2020-10-13 14:44:00 +00:00 |
|
|
2f1abbe03e
|
working on return-from-home for non-local return
|
2020-10-10 17:36:33 +00:00 |
|
|
372c0e16ee
|
added hcl_block_t to express a base block. no more reuse of hcl_context_t for the base block
|
2020-10-09 07:14:32 +00:00 |
|
|
59da10458d
|
enhancing the compiler and hcl_execute() for better interactive use
|
2020-10-08 09:25:54 +00:00 |
|
|
a46914e9d0
|
fixing compiler bugs regarding MAKE_FUNCTION and literal frame rebasing
|
2020-10-07 08:06:49 +00:00 |
|
|
b35874d5d5
|
debugging the compiler
|
2020-10-06 09:40:39 +00:00 |
|
|
a0e9f16cf3
|
fixing more bugs..
|
2020-10-05 14:49:54 +00:00 |
|
|
5c30d44d15
|
writing code for function activation using function-local literal frame
|
2020-10-05 09:37:26 +00:00 |
|
|
5d6f6cdcc8
|
fixing types of some fields in hcl_context_t and hcl_function_t for clarity and consistency
|
2020-10-04 19:34:53 +00:00 |
|
|
a78454fd77
|
fixed a gc error not fixed in the previous commit
|
2020-10-04 19:07:21 +00:00 |
|
|
4d0f0e1f9e
|
changing vm implementation a bit. this commit is buggy
|
2020-10-04 18:21:05 +00:00 |
|
|
5b7b2c0dea
|
still experimenting to find a good way to represent byte codes and literal frames in the interactive mode
|
2020-09-28 15:44:04 +00:00 |
|
|
6c89ec1a9c
|
adding experimental changes for compiler enhancement
|
2020-09-24 08:24:47 +00:00 |
|
|
4d6b2f5dbf
|
experiments...
|
2020-09-22 09:19:53 +00:00 |
|
|
b35381ce2a
|
restored the lost code for 'J' in fmt.c
|
2020-09-21 08:34:08 +00:00 |
|
|
501d1277a8
|
adding some experimental code
|
2020-09-19 11:55:58 +00:00 |
|
|
5a69c03344
|
added hcl_add_ntime()/hcl_sub_ntime()
|
2020-09-03 06:21:01 +00:00 |
|
|
49625d87fd
|
removed unneeded substitutions in configure.ac
|
2020-08-19 05:10:22 +00:00 |
|
|
702fa3f382
|
changed --enable-unicode to --enable-wide-char in configure.ac and removed c++ stuffs
|
2020-08-18 03:03:45 +00:00 |
|
|
f6a585354c
|
changed ambiguous code in lib/fmt.c
|
2020-07-10 14:52:29 +00:00 |
|
|
c8f12e1ef8
|
updated ax_pthread.m4
|
2020-02-27 07:57:19 +00:00 |
|
|
7c61ddaa39
|
fixed wrong prefix output for %# in fmt.c
|
2019-11-24 08:06:06 +00:00 |
|
|
55d608bce1
|
added hcl_oocu_t, hcl_ucu_t, hcl_bcu_t
|
2019-11-19 13:59:24 +00:00 |
|
|
03e270a789
|
renamed hcl_getrbtstyle() to hcl_get_rbt_style()
|
2019-11-18 14:09:57 +00:00 |
|
|
213ae3a908
|
added HCL_BITSOF(x)
|
2019-09-26 05:24:13 +00:00 |
|
|
d2b583a605
|
added hcl_inttouintmax()/hcl_inttointmax()/hcl_uintmaxtoint()/hcl_intmaxtoint()
|
2019-08-13 07:15:12 +00:00 |
|
|
cfe729a19e
|
added static assertion macros
|
2019-08-06 03:08:36 +00:00 |
|
|
38554907cd
|
not useful macro trimming
|
2019-06-24 11:38:58 +00:00 |
|
|
732ac89cc2
|
not useful macro reordering
|
2019-06-24 11:36:07 +00:00 |
|
|
a20589ddf5
|
added the _instsize field to hcl_t, hcl_server_t, hcl_client_t
|
2019-06-21 12:36:25 +00:00 |
|
|
9d8831f2bb
|
fixed a bug and a typo introduced in the earlier commit of json.c
|
2019-06-15 05:31:29 +00:00 |
|
|
87b93b9f64
|
touched up json processor
|
2019-06-11 16:27:39 +00:00 |
|
|
77499205fd
|
fixed a buffer management bug in json.c
|
2019-06-11 15:07:29 +00:00 |
|
|
ceac040698
|
removed unused functions
|
2019-06-10 08:52:41 +00:00 |
|