View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000062 | LDMud 3.5 | Implementation | public | 2004-05-20 20:18 | 2009-01-08 06:19 |
Reporter | Assigned To | ||||
Priority | low | Severity | feature | Reproducibility | N/A |
Status | new | Resolution | open | ||
Summary | 0000062: TRACE_CODE can be a runtime feature | ||||
Description | It is possible to store the TRACECODE flag (on/off) in a variable, avoiding speed loss by copying it into a local variable in eval_instruction(). In a more elaborate version, the tracecode activation and trace buffer length could be completely controlled from the mudlib; avoiding re-compilations. | ||||
Additional Information | Test run on an 8-CPU AIX box: #undef TRACECODE: 5100 dhry/s #define TRACECODE: 4000 dhry/s TRACECODE global inactive: 5050 dhry/s TRACECODE global active: 3850 dhry/s TRACECODE local inactive: 5100 dhry/s TRACECODE local active: 3900 dhry/s | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-05-20 20:18 |
|
New Issue | |
2009-01-08 06:19 | zesstra | Project | LDMud 3.3 => LDMud 3.5 |