hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/codit 2026-03-22 15:01:49 +00:00
6b3ad99097 added more color schemes
3b91ff20bd added more color schemes
d4ebab3105 updated repo and project pages
3f0731d4d4 added search boxes for ca and certs in the Admin PKI page
1507df24d8 relocated buttons to relevant cards in the Admin PKI page
Compare 15 commits »
hyung-hwan pushed to main at hyung-hwan/codit 2026-03-22 12:15:28 +00:00
4c4c0b79f2 added some items to the dashboard page
18de495469 fixed some layout issues
bb112f14a3 extracted some list row action buttons to ListRowActionButton
eae0892667 added pki client profile to service-service certificate issuance
5120fa5b8b updated layout of user group admin page
Compare 11 commits »
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-22 08:16:42 +00:00
479b74d1a3 updated parse_unary to fold more consistent constant folding
f444cc92fe enhanced constant folding for binary operators in lib/parse.c
b5464605d8 enhanced if(0), while(0) folding to support some subset of a groupd node
9e5804a15b handled folding of the else part for if(1) and its variant
ecc1c4bfb3 implemented the folding of if/while if the condition is definitely false
Compare 6 commits »
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