hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-11 15:02:34 +00:00
b9dd73ee9f added some tests for unary operators
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-11 14:46:55 +00:00
bc9e8887aa lowered the unary plus operator
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-11 04:30:58 +00:00
c2c0146c24 fxied a concurrency issue in eval_fncall_fnc
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-11 04:11:32 +00:00
4ce64a91b5 lowered print to byte code but not optmized
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-10 16:36:40 +00:00
188cb2c514 packed the INIT_BLK instruction
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-09 13:49:38 +00:00
e15ca2db19 added HAWK_FBC_OP_INIT_BLK
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-09 12:11:12 +00:00
8b51ef0f49 added HAWK_FBC_OP_BNOT
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-09 02:48:10 +00:00
e362e2616a added some more test cases for hawk::bool
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-09 02:27:21 +00:00
9e9725dc8c added hawk::bool
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-08 16:31:56 +00:00
21d63b6eb8 added HAWK_FBC_OP_LNOT
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-08 06:08:58 +00:00
bb712ef283 fxied wrong variables in unrolling runtime modules
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-08 04:52:36 +00:00
ddd043ea54 improved module unrolling after initialization failure
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-08 02:10:53 +00:00
2389b00504 fixed a bug of skipping module init when a module is loaded at runtime for the first time
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-07 05:59:02 +00:00
cdc561545e trying to support runtime caching of deferred module function resolution
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-06 10:05:13 +00:00
5c1bee2ea0 used CAS before setting cache_type...
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-06 09:48:26 +00:00
8de26347b6 updated to use atomic_release and atomic_acquire when accessing cache_type field in a nodeysm node
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-06 04:48:34 +00:00
eee12e1216 fixed a wrong cache type store in the float path
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-06 04:45:43 +00:00
e6195eb6eb fixed flaws introduced in the previous commits
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-06 04:37:17 +00:00
9500772364 implemented per-node modsym caching
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-04 14:16:20 +00:00
a351f7910f implemented deferred module constant symbols