Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set type check cache properly for KnowHOWs.
  • Loading branch information
jnthn committed Mar 9, 2013
1 parent b225f6c commit b3747d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/perl6/nqp/sixmodel/KnowHOWMethods.java
Expand Up @@ -116,7 +116,7 @@ public void compose(ThreadContext tc, CodeRef cr, CallSiteDescriptor csd, Object
type_obj.st.ModeFlags = STable.METHOD_CACHE_AUTHORITATIVE;

/* Set type check cache. */
// TODO
type_obj.st.TypeCheckCache = new SixModelObject[] { type_obj };

/* Use any attribute information to produce attribute protocol
* data. The protocol consists of an array... */
Expand Down

0 comments on commit b3747d7

Please sign in to comment.