search for: doget

Displaying 3 results from an estimated 3 matches for "doget".

Did you mean: dbget
2008 Aug 12
1
[LLVMdev] Using JIT to construct an invocation of a non-JIT function, or how do I interface to GCC exception handling
...a scripting language into some executable assembler where each primitive of my scripting language is implemented with a "normal" function. That is, lets say I've got two primitives PUT and GET and my C++ interpretter goes somehting like int doPUT() { // Do the work of PUT } int doGET() { // Do the work of GET } int main() { // read in the script file and construct a Module containing a Function containing suitably ordered // CallInst objects that invoke doPUT and doGET } Can I do that? I can't figure out how to looking at the APIs. What I really want to do is figure out...
2007 Mar 28
1
checking existence of active bindings
...t; other attached packages: abind g.data chron fCalendar fEcofin "1.1-0" "1.6" "2.3-10" "240.10068" "240.10067" > From looking at the source, the exists() calls function findVarInFrame3() (envir.c) with doGet=FALSE. The comments for the argument doGet on findVarInFrame3() say: The final argument is usually TRUE and indicates whether the lookup is being done in order to get the value (TRUE) or simply to check whether there is a value bound to the specified symbol in this frame (FALSE). Th...
2008 May 29
17
SMC Webconsole 3.1 and ZFS Administration 1.0 - stacktraces in snv_b89
...iew.ViewBeanBase.forwardTo(ViewBeanBase.java:261) at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:981) at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:615) at com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:459) at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) ... === This message posted from opensolaris.org