Recent questions tagged compiler-design

1 votes
0 answers
931
2 votes
0 answers
933
3 votes
1 answer
934
How to solve any dynamic scoping question . Plz describe in detail.
2 votes
0 answers
936
please describe in detail I have no idea how to find rank of the node?
2 votes
1 answer
938
Code optimization is in syllabus or not .like dead code elimination ..... loop inveriant
1 votes
6 answers
939
Consider the following grammar G:$S\rightarrow AB\mid d$$A\rightarrow aA\mid b$$B\rightarrow bB\mid c$The grammar G is:LL (1) grammar and not LR (0)LL (1) and LR (0)Not L...
1 votes
0 answers
940
Total number of states in LALR(1) parser i am getting 11 somone verify
1 votes
0 answers
941
Number of states in LALR​​​​​​​(1
4 votes
1 answer
942
Consider the given below grammarS→ cAdA→ bA | aA | bIf a recursive descent parser is used for string “cbababd” then number of back trackin worst case is:
2 votes
0 answers
944
did we have to study static single assignments for gate 2018? is it a part of code optimization or intermediate code generation?
1 votes
8 answers
945
2 votes
0 answers
946
1 votes
2 answers
950
2 votes
0 answers
951
1 votes
0 answers
952
2 votes
0 answers
953
3 votes
0 answers
954
2 votes
1 answer
956
3 votes
1 answer
958
If operator precedence parser can parse ambiguous grammar so why don't we use this parser all the time, Why should we care about all the parsers just use this.
2 votes
3 answers
959
1 votes
0 answers
960
Difference between assembly code generation and intermediate code generation lies in number of registers both of them used for intermediate resultsWhich is more register ...