IP Library Granted Patent US 12699553
Granted Patent B2
US 12699553 · App. 18/423,784 · Granted Aug 4, 2026

Construct-modification tags for development-phase compiler requests

Inventors: Sridhar Vembu (Tenkasi, IN); Akshhayaa S (Guduvanchery, IN); Joseph Sathya Kumar (Chennai, IN); Balamurugan K E (Chennai, IN); Suresh Kumar R (Chennai, IN); Mohamed Ismail Kaja Mydeen (Sivakasi, IN); Ramesh Kumar Govindaraj (Rajapalayam, IN); Siba Mishra (Puri, IN); Vanaja Ramaswamy (Chennai, IN); Padma J (Chennai, IN); Shalini Lakshmi A J (Chennai, IN); Sudheer A. Grandhi (Pleasanton, CA)
G06F8/427G06F8/37G06F8/41G06F8/423G06F8/433G06F8/443G06F21/14
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12699553
App. No.
18/423,784
Granted
Aug 4, 2026
Kind
B2
Abstract

A set of construct-modification tags conveying development-phase compiler requests are introduced into source code to facilitate communication between developers, identify areas that need developer attention, send directives to a compiler, and other development features in an integrated development environment, during the software development phase. Tags may incorporate properties, permissions, and generate notifications. Example tags include IGNORE, DEACTIVATE, OPTIMIZE, FIX, ALTERNATE, PROTOTYPE, REQUESTREVIEW, REVIEWED, CANDIDATE, and BESTCANDIDATE. Methods ensure that tags no longer remain in source code once the software development process enters the production phase.

Claims (46)

1 . A method of compiling source code, the method comprising:

parsing a source code statement, the source code statement having:

a keyword; and

a programming language construct;

wherein the keyword conveys a compiler request associated with the programming language;

evaluating whether a production flag is set during compilation;

during compilation, responsive to parsing the keyword,

generating an error when the production flag is set; and

during compilation, performing the compiler request and compiling the programming language construct in accordance with the compiler request responsive to parsing the keyword when the production flag is not set.

2 . The method of claim 1 , wherein the programming language construct is ignored during compilation responsive to the keyword conveying an ignore compiler request.

3 . The method of claim 1 , the programming language construct having a semantic dependency, wherein the programming language construct and the semantic dependency are deactivated during compilation responsive to the keyword conveying a deactivate compiler request.

4 . The method of claim 1 , wherein the keyword indicates the programming language construct is a construct to be optimized and the programming language construct is compiled with the keyword.

5 . The method of claim 1 , wherein the keyword indicates the programming language construct is a construct to be fixed and the programming language construct is compiled with the keyword.

6 . The method of claim 1 , wherein the first-mentioned programming language construct has a name and the source code is scanned for a second programming language construct associated with the name responsive to the keyword conveying an alternate compiler request.

7 . The method of claim 1 , wherein the programming language construct is ignored and instructions are generated during compilation operable to generate a message at runtime responsive to the keyword conveying a prototype compiler request.

8 . The method of claim 1 , wherein a message requesting review from a developer is generated responsive to the keyword conveying a request-review compiler request.

9 . The method of claim 1 , wherein a message to a developer is generated when the keyword conveys a requested review is complete.

10 . The method of claim 1 , wherein the first-mentioned programming language construct has a name and the source code is scanned for a second programming language construct associated with the name responsive to the keyword conveying a candidate compiler request, the method further comprising:

compiling the first programming language construct into a first executable code;

compiling the second programming language construct into a second executable code;

profiling the first executable code to produce a first profiled result;

profiling the second executable code to produce a second profiled result; and

comparing the first and second profiled results.

11 . A method of compiling source code for a computer program, the method comprising:

encountering a statement naming a construct of the source code, the statement including a construct-modification tag conveying a compiler request, the construct-modification tag comprising a condition; and

responsive to the compiler request,

determining if the condition is met; and

during compilation, performing the compiler request responsive to the condition being met.

12 . The method of claim 11 , wherein the condition specifies at least one of an expiration time of the construct-modification tag, a date, a code version, a production indicator, status of a portion of source code, and the status of a second construct-modification tag.

13 . The method of claim 11 , wherein the compiler request comprises ignoring the construct.

14 . The method of claim 11 , wherein the compiler request comprises:

finding a dependency of the construct; and

deactivating the construct and the dependency.

15 . A system for compiling source code, comprising:

a processor;

a memory communicatively coupled to the processor, the memory storing instructions executable by the processor;

the processor configured to:

parse a source code statement, the source code statement having:

a keyword;

a programming language construct;

wherein the keyword conveys a compiler request associated with the programming language, the compiler request subject to a condition;

evaluate whether the condition is satisfied during compilation;

compile the programming language construct responsive to the condition being satisfied; and

ignore the programming language construct responsive to the condition not being satisfied.

16 . The system of claim 15 , wherein the condition comprises at least one of a date, a code version, a production indicator, status of a portion of source code, and the status of a second keyword.

17 . The system of claim 15 , the processor further configured to abort compilation and generate an error responsive to the keyword when a production flag is set.