compiler-theory
What is the best way to create a running integer id on the AppEngine data storage?
For various reasons, I need a unique running integer id for my entities stored on the Google AppEngine. The automatically generated key sort of has this behaviour, but it doesn\'t start from 1 (or 0)[详细]
2022-12-27 11:02 分类:问答Example compilers [closed]
Closed. This question does not meet 开发者_C百科Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-26 07:22 分类:问答What are modern and old compilers written in?
As a compiler, other than an interpreter, only needs to translate the input and not run it the performance of itself should be not that problematic as with an interpreter.[详细]
2022-12-25 16:00 分类:问答IR tree representation of binary operation
I have a simple operation like so: k + 1 What would be a IR tree representation of it? So far I came up with:[详细]
2022-12-24 23:40 分类:问答Languages and VMs: Features that are hard to optimize and why
I\'m doing a survey of features in preparation for a research project. Name a mainstream language or language feature that is hard to optimize, and why the feature is or isn\'t worth the price paid,[详细]
2022-12-24 05:50 分类:问答Runtime definition
What is the runtime? And I don\'t mean \"at run time\" = as the program/script is running. I mean The <your-inter开发者_StackOverflow社区preted-language-here> runtimeThat\'s exactly what it mea[详细]
2022-12-22 16:12 分类:问答"Type and Size Specifier" - Terminology
Take the following snippet: 1#include <stdio.h> 2#include <stdlib.h> 3int foo(char [6]); 4[详细]
2022-12-20 20:14 分类:问答Advantages of compilers for functional languages over compilers for imperative languages
As a follow up to this question What are the advantages of built-in immutability of F# over C#?--am I correct in assuming that the F# compiler can make开发者_开发知识库 certain optimizations knowing t[详细]
2022-12-19 21:02 分类:问答I'm attempting to write a .NET compiler using System.Reflection.Emit how do I do type resolution?
I\'ve got a strat开发者_如何学JAVAegy for resolving types from referenced dlls. I\'m stuck on trying to resolve types that are defined in the assembly that is being compiled. I\'m using the System.Ref[详细]
2022-12-19 11:40 分类:问答