Mr Rajaram,
You wrote compile is a word in computer language. I replied you, it existed
well before computers and referred Oxford dictionary.
Now you are coming with some other details and abusing.Did I write any abusing
word to you? Why you are abusing?
You read my response. Any abusing I have made?
Gopalakrishnan
On Wednesday, 13 March, 2024 at 08:54:52 pm IST, Rajaram Krishnamurthy
<[email protected]> wrote:
Gopala I know you will walk into the trap; You are a non-clay black head
mattered; you can write only such replies unaware of what you know little as
the theory to profess, while people who compiled the lexicon with or without
computer compared the word in styles which you did not fully; you and another
sarama are good at barking blindly in the street corner. Compilation is not
picking and throwing into the pool; that is selection; selection is dual; may
be good and bad. Compilation needs a brain which you dont have; selection 90%
bad and 10% good alone rest with you. So do not try to bend too much lest your
back will catch fire. I know you will always take wrong meaning for back!!;
back is your hip.
Compilation [kom-puh-ley-shuhn ]SHOW IPA
See synonyms for: compilationcompilations on Thesaurus.com
noun
the act of compiling:
the compilation of documents.
something compiled, as a reference book.
ORIGIN OF COMPILATION
1
First recorded in 1400–50; late Middle English, from Latincompīlatiōn-, stem of
compīlātiō; equivalent to compile + -ation
OTHER WORDS FOR COMPILATION
2 collection, assemblage,assortment
See synonyms for compilation on Thesaurus.com
OTHER WORDS FROM COMPILATION
com·pil·a·to·ry [kuhm-pahy-luh-tawr-ee, -tohr-ee], adjective
pre·com·pi·la·tion, noun
re·com·pi·la·tion, noun
WORDS NEARBY COMPILATION
competitive exclusion principle
competitorcompetitoryComp.Gen.Compiègnecompilationcompilation
filmcompilatorcompilecompiledlanguagecompiler
DICTIONARY.COM UNABRIDGED
BASED ON THE RANDOM HOUSE UNABRIDGED DICTIONARY, © RANDOMHOUSE, INC. 2024
WORDS RELATED TO COMPILATION
assortmentcollectionaccumulationanthologyassemblingcollectingcombiningcompilinggarnergatheringjoiningtreasuryaccumulatingaggregatingcollocatingconsolidatingincorporatingunifying
HOW TOUSE COMPILATION IN A SENTENCE
We submitted the, source code for compilation in order to get a run code.
As much fun as it is, it seems like laughing at compilations of clumsy
robotsmay soon be a thing of the past.
Itfollowed up with a barrage of books, including new works on sherry and
theiconic Lebanese winery Chateau Musar, plus compilations of writingsabout
Bordeaux and wine in general.
Ultimately, the success of such a compilation is given by the shares,referrals,
and traffic you get from your audience.
Employersmust give employees time to vote on Election Day in 30 states, says
acompilation of relevant laws assembled by Workplace Fairness, a nonprofit
thatconnects individuals with employment lawyers.
HAVE YOU NOTICED THE WORK TO BE RENDERED TO COMPILE? REFERENCE MEANS A VALID
CONTENT MUST BEAPPROVED AS TRUTH TO BE REFERRED LATER AT ANY POINT OF TIME; NOT
ASSEMBLINGLOOSE SHEETS AS A MAID SERVANT TAKES FROM THE FLOOR AND PUT IT ON THE
TABLEWHEN YOU WENT TO BED WITHOUT SEEING THE PAPERS FLOWN TO FLOOR. DON’T
REACTMADLY RESPOND REASONABLY AT LEAST ONCE SO I FEEL PROUD OF YOU WHY I? WE.
K RAJARAM IRS 13 3 24
---------- Forwarded message ---------
From: gopala krishnan <[email protected]>
Date: Wed, 13 Mar 2024 at 01:24
Subject: Re: [KeralaIyers] Re: [iyer123] abusing and sarcastic mails.
To: [email protected] <[email protected]>, Patty Thatha
<[email protected]>, Iyer <[email protected]>, Narayanaswamy
Iyer <[email protected]>, Laxminarayan Sarma <[email protected]>,
Rajaram Krishnamurthy <[email protected]>, APS Mani <[email protected]>, YM -
Markandeya101091 <[email protected]>, Indian Rediff
<[email protected]>, gopala krishnan <[email protected]>
Mr Rajaram,
If you are having an Oxford dictionary please refer to the meaning for COMPILE
given in page 170.
The meaning is- produce a book, report etc by assembling material from other
sources.
You don't know the word compile existed before appearing computers.You have no
patience to see dictionary or google search for different meanings.
I pity your over smart responses ridiculing others.
Do you think I am a fool like you? I have used the compile, after well knowing
the meaning.
You are a person not able to write a single paragraph without mistakes. Please
stop reacting to me as if I am ignorant and using the word compile. Every
person is well educated, not only you. Please understand.
Mr Rajaram, please, please, don't make me react/respond for your nonsense
postings.Gopalakrishnan
On Wednesday, 13 March, 2024 at 09:51:53 am IST, Rajaram Krishnamurthy
<[email protected]> wrote:
A compiler is a software term and the management ethics say the
responsibilities as:
The responsibilities of a compiler encompass a range of tasks and obligations
aimed at translating, optimizing, and ensuring the correctness and efficiency
of the source code. Here's a detailed breakdown:
-
Parsing: The compiler must parse the source code, breaking it down into a
structured representation (such as an abstract syntax tree) that can be further
analyzed and transformed.
-
Semantic Analysis: It needs to perform semantic analysis to ensure that the
source code adheres to the rules and constraints of the programming language,
checking for type errors, variable declarations, scoping rules, and other
semantic properties.
-
Optimization: Compilers often employ various optimization techniques to enhance
the performance, efficiency, and/or size of the generated code. These
optimizations can include but are not limited to:
- Constant folding
- Dead code elimination
- Loop optimization
- Inline expansion
- Register allocation
- Code motion
-
Code Generation: The compiler is responsible for generating efficient and
correct machine code or intermediate code from the source code. This involves
mapping the high-level constructs of the source language to equivalent
operations in the target machine language or intermediate representation.
-
Error Reporting: Detecting and reporting errors and warnings in the source code
is another crucial responsibility. This includes syntax errors, semantic
errors, and potentially unsafe or inefficient code constructs. Clear and
informative error messages aid developers in debugging and improving the
quality of their code.
-
Debugging Support: Compilers often provide debugging support, such as
generating debug symbols or maintaining source-level correspondence in the
generated code, to facilitate debugging and analysis of the compiled program.
-
Portability: Ensuring portability across different hardware architectures and
operating systems is important. Compilers should generate code that can run
efficiently on various platforms without significant modification.
-
Documentation: Providing comprehensive documentation, including user manuals,
language specifications, and compiler-specific features, helps developers
understand how to use the compiler effectively and correctly.
-
Security: Compilers should implement security measures to prevent
vulnerabilities in the generated code, such as buffer overflows, format string
vulnerabilities, and injection attacks. This includes enforcing memory safety
and providing features for secure coding practices.
-
Compliance: It's essential for compilers to adhere to relevant language
standards and specifications to ensure compatibility and interoperability with
existing codebases and libraries.
-
Performance Analysis: Some compilers offer performance analysis tools or
profiling support to help developers identify performance bottlenecks and
optimize their code effectively.
-
Incremental Compilation: Supporting incremental compilation, where only
modified parts of the code are recompiled, can significantly reduce build times
and improve developer productivity.
By fulfilling these responsibilities, compilers play a critical role in the
software development process, enabling developers to translate their high-level
code into efficient and correct executable programs
Then compiler is not an excuse when compiling K R IRS 13 3 24
On Tue, 12 Mar 2024 at 19:06, 'gopala krishnan' via iyer123
<[email protected]> wrote:
Respected friends,
I find repeated posts to stop abusing mails. I respond to all about the major
abuser, and request those members to make a request to Mr Rajaram, the main
abuser.
Now a days I find sarcastic reactions from Mr Rajaram to my cultural QA
postings. I am only a compiler. It goes to deaf years of Mr Rajaram.
As desired by many members, I do not respond to these , unless his reactions
are not too provocative.
I hope Mr Rajaram will also stop his sarcasm and abuse, without asking "why
should I? "
Gopalakrishnan
--
You received this message because you are subscribed to the Google Groups
"iyer123" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/iyer123/1774170977.2172281.1710288405851%40mail.yahoo.com.
--
On Facebook, please join https://www.facebook.com/groups/keralaiyerstrust
We are now on Telegram Mobile App also, please join
Pattars/Kerala Iyers Discussions: https://t.me/PattarsGroup
Kerala Iyers Trust Decisions only posts : https://t.me/KeralaIyersTrust
Kerala Iyers Trust Group for Discussions: https://t.me/KeralaIyersTrustGroup
---
You received this message because you are subscribed to the Google Groups
"KeralaIyers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/keralaiyers/CAL5XZooZdwCzWpBKWPehr%3D45VY5umhVeun2vn2zF0daRNnM8yQ%40mail.gmail.com.
--
On Facebook, please join https://www.facebook.com/groups/keralaiyerstrust
We are now on Telegram Mobile App also, please join
Pattars/Kerala Iyers Discussions: https://t.me/PattarsGroup
Kerala Iyers Trust Decisions only posts : https://t.me/KeralaIyersTrust
Kerala Iyers Trust Group for Discussions: https://t.me/KeralaIyersTrustGroup
---
You received this message because you are subscribed to the Google Groups
"KeralaIyers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/keralaiyers/CAL5XZoo0A8S-iERfbYbwL%3Du-N2pAX2Q-YTFYro90ak0Xy8zPtg%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups
"Thatha_Patty" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/thatha_patty/1126054212.2474503.1710350757900%40mail.yahoo.com.