Skip to content

Feature: Test sequences Generator for any Code #12

@YashSuthar983

Description

@YashSuthar983

Feature Description

Create a dedicated interactive web page ("Test Lab") that allows users to submit raw C/C++ code ,regardless of whether it compiles successfully or is just a snippet. The system will receive this code and generate a set of 5 optimization pass sequences for the user to evaluate manually. The interface will include a "Generate More" button to produce additional unique pass sequences for extensive testing.

Problem Statement

The IRis website currently enforces a strict validation: it only accepts fully working code that compiles and runs with provided inputs.

Proposed Change

Extend the system to implementation a "Test Lab" mode:

  1. Frontend: Add a simple code editor that accepts any text input.
  2. Backend: Relax validation to allow any input.
  3. Generator: Implement logic to blind-generate 5 diverse pass sequences even if the code fails initial analysis.
  4. UI: Display these sequences clearly so users can copy-paste them to test locally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions