Skip to content

Commit 23edc8a

Browse files
jnthntatumcopybara-github
authored andcommitted
POC for pre-fetching descriptors for select optimization.
PiperOrigin-RevId: 840485419
1 parent eb68184 commit 23edc8a

File tree

2 files changed

+340
-53
lines changed

2 files changed

+340
-53
lines changed

extensions/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ cc_library(
314314
"//base:builtins",
315315
"//common:ast",
316316
"//common:ast_rewrite",
317-
"//common:casting",
318317
"//common:constant",
319318
"//common:expr",
320319
"//common:function_descriptor",
@@ -332,6 +331,7 @@ cc_library(
332331
"//internal:number",
333332
"//internal:status_macros",
334333
"//runtime:runtime_builder",
334+
"//runtime:runtime_options",
335335
"//runtime/internal:errors",
336336
"//runtime/internal:runtime_friend_access",
337337
"//runtime/internal:runtime_impl",

0 commit comments

Comments
 (0)