-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
code for cpu profile here
a lot of work in in lj_BC_FNEW, lj_BC_TDUP, lj_bc_TNEW
looks like this code causes it:
Lines 254 to 261 in a35f0a8
| function schema.wrap_box_space_func_result(space, box_space_func_name, box_space_func_args, opts) | |
| dev_checks('table', 'string', 'table', 'table') | |
| local function func(space, box_space_func_name, box_space_func_args) | |
| return space[box_space_func_name](space, unpack(box_space_func_args)) | |
| end | |
| return schema.wrap_func_result(space, func, {space, box_space_func_name, box_space_func_args}, opts) | |
| end |
Metadata
Metadata
Assignees
Labels
No labels