mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 22:08:41 +00:00
checkpoint on new rdi baking; line table baking, string map building, plug in radsort over bad radix sort; arena tweak to aovoid unnecessary zeroes
This commit is contained in:
+2
-1
@@ -38,6 +38,7 @@ rb_thread_entry_point(void *p)
|
||||
RB_ThreadParams *params = (RB_ThreadParams *)p;
|
||||
CmdLine *cmdline = params->cmdline;
|
||||
LaneCtx lctx = params->lane_ctx;
|
||||
ThreadNameF("radbin_thread_%I64u", lctx.lane_idx);
|
||||
lane_ctx(lctx);
|
||||
Arena *arena = arena_alloc();
|
||||
Log *log = log_alloc();
|
||||
@@ -717,7 +718,7 @@ rb_thread_entry_point(void *p)
|
||||
convert_params.subset_flags = subset_flags;
|
||||
convert_params.deterministic = cmd_line_has_flag(cmdline, str8_lit("deterministic"));
|
||||
}
|
||||
bake_params = p2r2_convert(arena, &convert_params);
|
||||
ProfScope("convert") bake_params = p2r2_convert(arena, &convert_params);
|
||||
|
||||
// rjf: no output path? -> pick one based on PDB
|
||||
if(output_path.size == 0) switch(output_kind)
|
||||
|
||||
Reference in New Issue
Block a user