mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 13:28:40 +00:00
tear out old file stream tick; switch disasm to using new file stream for interleaved text lines
This commit is contained in:
+1
-1
@@ -362,7 +362,7 @@ dasm_artifact_create(String8 key, B32 *retry_out)
|
|||||||
{
|
{
|
||||||
// TODO(rjf): need redirection path - this may map to a different path on the local machine,
|
// TODO(rjf): need redirection path - this may map to a different path on the local machine,
|
||||||
// need frontend to communicate path remapping info to this layer
|
// need frontend to communicate path remapping info to this layer
|
||||||
C_Key key = fs_key_from_path_range(file_normalized_full_path, r1u64(0, max_U64), 0);
|
C_Key key = fs_key_from_path_range_new(file_normalized_full_path, r1u64(0, max_U64), 0);
|
||||||
TXT_LangKind lang_kind = txt_lang_kind_from_extension(file_normalized_full_path);
|
TXT_LangKind lang_kind = txt_lang_kind_from_extension(file_normalized_full_path);
|
||||||
U64 endt_us = max_U64;
|
U64 endt_us = max_U64;
|
||||||
U128 hash = {0};
|
U128 hash = {0};
|
||||||
|
|||||||
@@ -372,6 +372,7 @@ fs_hash_from_path_range(String8 path, Rng1U64 range, U64 endt_us)
|
|||||||
internal void
|
internal void
|
||||||
fs_async_tick(void)
|
fs_async_tick(void)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
ProfBeginFunction();
|
ProfBeginFunction();
|
||||||
Temp scratch = scratch_begin(0, 0);
|
Temp scratch = scratch_begin(0, 0);
|
||||||
|
|
||||||
@@ -530,4 +531,5 @@ fs_async_tick(void)
|
|||||||
|
|
||||||
scratch_end(scratch);
|
scratch_end(scratch);
|
||||||
ProfEnd();
|
ProfEnd();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user