Twitter
Essays
Random
« The difference between an instruction pointer and program counter | Main | Tamarin Trace Recording - Actually Recording »
Monday
Apr072008

Tamarin Easter Egg - For UC Irvine!

W00t. Didn't expect to see this in the Tamarin source, but it's kind of nice to see being a UC Irvine student:

Interpreter.cpp
#define UCI 0
#define TTBASE 1
#if UCI
const uint32_t MAX_BLKS = 5000;
const uint32_t MAX_EXITS = 0;
const uint32_t MAX_XJUMPS = 3;
const uint32_t MAX_DEPTH = 100;
const int32_t HOTLOOP = 2;
const int32_t HOTEXIT = 1;
const bool BL_EXITS = true; // blacklist if we hit exit limit
const bool BL_BLKS = true; // blacklist if we hit length limit
const bool BL_XJUMPS = true; // blacklist if we hit xjump limit
const bool BL_UNK = true; // blacklist if we hit unknown primitive
Too bad it's not set to true :(.

PrintView Printer Friendly Version

EmailEmail Article to Friend

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>