Marc Tiehuis dcd88ae568 std/json: use bit-stack for nesting instead of large LLVM integer type
The stack has been adjusted so that instead of pushing to index 0 in the
integer we push to the current end/index of the underlying integer. This
means we don't require a shift for every limb after each push/pop and
instead only require a mask/or and add/sub on a single element of the array.

Fixes #5959.
2021-11-16 16:33:56 -05:00
..
2021-11-15 20:48:24 +01:00
2021-11-15 20:04:55 -05:00
2021-10-27 16:07:48 -04:00
2021-10-27 16:07:48 -04:00
2021-11-09 13:41:38 -05:00
2021-11-15 20:04:55 -05:00
2021-11-15 20:04:55 -05:00
2021-11-15 04:47:57 +01:00
2021-09-19 14:02:22 +02:00
2021-10-17 16:06:40 -04:00
2021-11-15 20:04:55 -05:00
2021-10-05 12:32:26 -07:00
2021-11-15 20:04:55 -05:00
2021-10-27 16:07:48 -04:00
2021-09-22 14:14:03 -05:00
2021-09-07 15:08:51 -04:00