Skip to content

Commit

Permalink
Remove some of the last spesh logging mentions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jul 17, 2017
1 parent 6b80e45 commit b1b5377
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/spesh/graph.h
Expand Up @@ -64,10 +64,6 @@ struct MVMSpeshGraph {
MVMSpeshInline *inlines;
MVMint32 num_inlines;

/* Logging slots, along with the number of them. */
MVMint32 num_log_slots;
MVMCollectable **log_slots;

/* Number of basic blocks we have. */
MVMint32 num_bbs;

Expand Down
4 changes: 0 additions & 4 deletions src/spesh/log.h
Expand Up @@ -25,7 +25,3 @@ void MVM_spesh_log_static(MVMThreadContext *tc, MVMObject *value);
void MVM_spesh_log_decont(MVMThreadContext *tc, MVMuint8 *prev_op, MVMObject *value);
void MVM_spesh_log_invoke_target(MVMThreadContext *tc, MVMObject *invoke_target);
void MVM_spesh_log_return_type(MVMThreadContext *tc, MVMFrame *target);

/* These are part of the legacy spesh logging mechanism, and will be removed
* (or very significantly changed) in the future. */
#define MVM_SPESH_LOG_RUNS 8

0 comments on commit b1b5377

Please sign in to comment.